Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
C
1) Assert H
2) Beginners
3) Code Snippets
4) Console
5) Ctype H
6) Data Structure Algorithm
7) Data Type
8) Development
9) File
10) Function
11) Games Graphic
12) Hardware Interaction
13) Language Basics
14) Linux
15) Macro Preprocessor
16) Math
17) Math H
18) Memory
19) Pointer
20) Setjmp H
21) Signal H
22) Small Application
23) Stdio H
24) Stdlib H
25) String
26) String H
27) Structure
28) Time H
29) Unix
30) Wctype H
Data Structure Algorithm
1) 2d example insertion sort [linked list]
2) A bigger bubble sort application
3) A bubble sort on int array
4) A circular queue example using a keyboard buffer
5) A Quicksort for files
6) A Quicksort for strings
7) A Quicksort for structures of type address
8) A simple four-function calculator
9) Add two long positive intergers
10) Basic binary search tree routines
11) Basic double linked list fragment
12) Basic hash example
13) Basic linked list example
14) Basic linked list example .. interactive
15) Basics of a family tree
16) Basics of a family tree 2
17) Binary search
18) Binary search [int array]
19) Binary search [string pointer array]
20) Bsort, bubble sort [array]
21) Bubble sort [linked list]
22) Bubble sort [string array]
23) Circular Linked List in C
24) Displays a binary tree
25) Dynamic (re)size array
26) Dynamic array of structures
27) Dynamic string arrays
28) Hash, use shift-folding snip
29) use sysmtem quick sort
30) Hsort, heap sort [array]
31) Illustrates the use and maintenance of doubly linked lists
32) Infix To Prefix Conversion
33) Insertion sort [linked list]
34) Investigating the family
35) Isort, insertion sort [array]
36) Linked List implementation
37) Linked list queue example
38) Linked list stack example
39) Merge sort [linked list]
40) Msort, merge sort [array]
41) No sort, but reversing a [linked list]
42) Program for Circular Queue implementation through Array
43) Program for demonstration of Tree Operations - INSERTION . INORDER
44) Program for finding the transpose of a martix in sparse form
45) Program for Queue implementation through Array
46) Program for Queue implementation through Linked List
47) Program for Stack implementation through Array
48) Program to add two polynomials
49) Program to demonstrate linked list operations
50) Program to implement Stack as Linked List
51) Qcksort, quick sort [array]
52) Qsort [array of pointers to structures]
53) Qsort [string array]
54) Qsort [string, dynamic pointer array]
55) Queue implementation using single linkedlist
56) Queue in C
57) Quick sort on two dimensional string array
58) Rat in a Maze Game implemented in C
59) Reversal of a singly linklist by recursion
60) Search An Element in Linked List
61) Selection sort [linked list]
62) Self-referential structure, example from K and R
63) Shsort, shell sort [array]
64) Sort
65) Ssort, selection sort [array]
66) Stack in C
67) The Binary search
68) The Bubble Sort
69) The Insertion Sort
70) The Quicksort
71) The Selection Sort
72) The Shaker Sort
73) The Shell Sort
74) To Sort Elements Of The Array Using Quick Sort Algorithm
75) Treesort [string array]
76) Use the system quick sort
77) XOR list example